﻿
body {
    background-attachment: fixed;
}


input[name="keyword"]::placeholder {
    color: #FFFFFF;
}


.body {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.logo {
    text-align: center;
}

.logo img {
    width: 90%;
}
.icon-authorization{
    display: inline-block;
    margin: 0;
    padding: 0;
    background-image: url('/theme/new3/images/sprite.png');
    background-position: 0px -58px;
    width: 105px;
    height: 91px;
}

.banner-box{
    margin: 16px 0;
}



.ad-table {
    z-index: 999999;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    BORDER: #555 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    table-layout: fixed;
}

.ad-list-header {
    height: 43px;
    line-height: 43px;
}

.ad-list-header th {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 28px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    background: linear-gradient(0deg, #296254, #04382b);
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    border-top: 2px solid #121708;
}

.ad-list-header th.th1 {
    width: 144px;
}

.ad-list-header th.th2 {
    width: 138px;
}

.ad-list-header th.th3 {
    width: 170px;
}

.ad-list-header th.th4 {
    width: 114px;
}

.ad-list-header th.th5 {
    width: 346px;
}

.ad-list-header th.th6 {
    width: 110px;
}

.ad-list-header th.th7 {
    width: 75px;
}


.ad-list-row a {
    color: #000000;
    text-decoration: none;
}

.ad-list-row:hover > td{
    background: #ffff00;
}

.ad-list-row td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12.5px;
    height: 30px;
    border: 1px solid #555;
    color: #425568;
}

.ad-list-row td.t5 {
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}

.ad-list-row td.t5>a{
    color:#425568;
}

.ad-list-row td.t5 .tuijian {
    color: #FF0000;
    font-size: 12px;
    float: right;
}

.ad-list-row td.t3 {
    color: #ff0000;
}

.ad-list-row td.t7 a {
    color: #ff0000;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
}

.ad-list-row td.t7 a:hover {
    background-color: #ac2525;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 4px;
}

.ad-list-row.top {
    background-color: yellow;
}

.ad-list-row.today {
    background-color: #ffffff;
}

.ad-list-row.tomorrow {
    background-color: #ffffff;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: transparent url("/template/01/footerBg.png") no-repeat;
}

.footer .box-1 {
    padding: 16px;
    color: #FFFFFF;
    font-size: 16px;
    background-size: cover;
}

.footer .box-2{
    padding: 8px;
    font-size: 16px;
    background: #1d3f2f;
    color: #ffffff;
    text-align: center;
}

/*详情页*/
.kaifu-detail{
    background: white;
}

.kaifu-detail table tr{
    line-height: 30px;
}